home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / setupdt64.exe / {app} / ScriptFilterSettings.txt < prev   
Text File  |  2010-08-01  |  7KB  |  229 lines

  1.         Directory Toolkit Command Script Syntax (Ver 3.8+)
  2.  
  3.                    FILTER SETTINGS FOR SCRIPTS
  4.  
  5.                        Funduc Software, Inc
  6.                        Copyright 1996-2010
  7.        http://www.funduc.comááááhttp://www.searchandreplace.com
  8.          support@Funduc.com áááásupport@searchandreplace.comá
  9.  
  10.  
  11. Here are some details and example settings on the Max Size
  12. Filter=, Min Date Filter=, Max Date Filter=, Filter Skip Mask=,
  13. Ignored Attributes Mask= and Reverse Filters= switches for
  14. Directory Toolkit v 3.3.
  15.  
  16. NOTE: It is NOT a sample script. DO NOT submit this file to the
  17. program as a script.
  18.  
  19. Folder Synchronize Users: Two script switches differ in the Folder
  20. Synchronize 'original' script syntax. See your Folder Synchronize
  21. documentation for more information. Specifically:
  22.  
  23.   Dir Toolkit Syntax   Folder Synchronize Form
  24.   ------------------   -----------------------
  25.   Skip Files Mask=     Filter Skip Mask=
  26.   Ignore Attributes=   Ignored Attributes Mask=
  27.   
  28. # is the comment character for scripts.
  29.  
  30. The number of combinations of values is extensive for Skip Files
  31. Mask=, Ignore Attributes=, and Reverse Filters=. Some example
  32. settings are below. Additional settings are possible. The Folder
  33. Synchronize Script Editor can be used to generate a script. You
  34. can also experiment with the Directory Toolkit Options-Filter
  35. dialog and establish a file list output that meets your needs.
  36. Then use the Directory Toolkit 'Write Options To Script' function
  37. (View Menu) to export your settings to a script. Use your text
  38. editor to get the Max Size Filter=, Min Date Filter=, Max Date
  39. Filter=, Skip Files Mask=, Ignore Attributes= and Reverse Filters=
  40. settings from that exported script into your production script.
  41.  
  42. It is also OK to write us at support@funduc.com ;-)
  43.  
  44. # *** SIZE & DATE EXCLUDE FILTERS ***
  45. # Size & date filters exclude files by size &/or date. Any files
  46. # that are less than the minimum size (in bytes) will be excluded
  47. # from the operation. If you use Reverse Filters=1, the settings
  48. # work as 'include' filters. Dates use the format specified in
  49. # Control Panel (Regional Settings). Leave blank or omit entirely if
  50. # you want no setting.
  51.  
  52. # Also note that you can use the string, %%today%%, for the two 
  53. # date filters. When specified, %%today%% automatically uses the
  54. # current computer date for the respective filter setting. You can
  55. # add or subtract days by specifying a +/- value before the ending
  56. # %%. Examples: %%today-5%% uses a date filter of the current date
  57. # minus 5 days; %%today+1%% adds one day to the current date.
  58.  
  59. # Min Size Filter=0
  60. # Max Size Filter=100000
  61. # Min Date Filter=8/21/2005
  62. # Max Date Filter=8/23/2006
  63.  
  64. # *** REVERSE FILTERS ***
  65. # Reverse filters= is used to make the other filter switches
  66. # function as exlude or include filters. For example, Reverse
  67. # Filters=0 & Max Date Filter=01/01/2006 excludes all files with a
  68. # stamp after Jan 01, 2006. Reverse Filters=1 changes this to
  69. # include only files dated Jan 01, 2006 or after.
  70. # The values are: 
  71. # 0 = Do not use Reverse Filtering.
  72. # 1 = Reverse Filter mode enabled.
  73. # If not specified, Default = 0.
  74. Reverse Filters=0
  75.  
  76. # *** FILE & DIRECTORY ATTRIBUTE FILTERS ****
  77. #
  78. # The Skip Files Mask= and Ignore Attributes= switches are used
  79. # together, in conjunction with Reverse Filters= to exclude/include
  80. # some file types in the operation. 
  81.  
  82. # The default values of Skip Files Mask=0 & Ignore Attributes=55
  83. # mean no files or subdirs are filtered. If you wish to use these
  84. # defaults it is not necessary to specify these switches. 
  85.  
  86. # Please use the below list for some common settings.
  87.  
  88. # Important: The Directory Toolkit Options-Filter dialog can
  89. # establish settings to list directories only. Directories can be
  90. # further limited to one or more attributes. However, do use
  91. # directory-only settings for your scripted synchronize operations.
  92. # The program considers files during synch operations and the
  93. # Operation=7 function (recreate subdirs) recreates all subdirs,
  94. # regardless of filter settings.
  95.  
  96.  
  97. # *** SOME SAMPLE SETTINGS ****
  98. # Paste all three script switches into your script.
  99.  
  100. # Include files that are Read-Only along with any other attribute
  101. Skip Files Mask=1
  102. Ignore Attributes=54
  103. Reverse Filters=1
  104.  
  105. # Exclude files that are Read-Only along with any other attribute
  106. Skip Files Mask=1
  107. Ignore Attributes=54
  108. Reverse Filters=0
  109.  
  110. # Include files that are solely Read-Only
  111. Skip Files Mask=1
  112. Ignore Attributes=16
  113. Reverse Filters=1
  114.  
  115. # Exclude files that are solely Read-Only
  116. Skip Files Mask=1
  117. Ignore Attributes=16
  118. Reverse Filters=0
  119.  
  120. # Include Archive along with any other attribute
  121. Skip Files Mask=32
  122. Ignore Attributes=23
  123. Reverse Filters=1
  124.  
  125. # Exclude Archive along with any other attribute
  126. Skip Files Mask=32
  127. Ignore Attributes=23
  128. Reverse Filters=0
  129.  
  130. # Include solely Archive
  131. Skip Files Mask=32
  132. Ignore Attributes=16
  133. Reverse Filters=1
  134.  
  135. # Exclude solely Archive
  136. Skip Files Mask=32
  137. Ignore Attributes=16
  138. Reverse Filters=0
  139.  
  140. # Include System along with any other attribute
  141. Skip Files Mask=4
  142. Ignore Attributes=51
  143. Reverse Filters=1
  144.  
  145. # Exclude System along with any other attribute
  146. Skip Files Mask=4
  147. Ignore Attributes=51
  148. Reverse Filters=0
  149.  
  150. # Include solely System 
  151. Skip Files Mask=4
  152. Ignore Attributes=16
  153. Reverse Filters=1
  154.  
  155. # Exclude solely System 
  156. Skip Files Mask=4
  157. Ignore Attributes=16
  158. Reverse Filters=0
  159.  
  160. # Include Hidden along with any other attribute
  161. Skip Files Mask=2
  162. Ignore Attributes=53
  163. Reverse Filters=1
  164.  
  165. # Exclude Hidden along with any other attribute
  166. Skip Files Mask=2
  167. Ignore Attributes=53
  168. Reverse Filters=0
  169.  
  170. # Include solely Hidden
  171. Skip Files Mask=2
  172. Ignore Attributes=16
  173. Reverse Filters=1
  174.  
  175. # Exclude solely Hidden
  176. Skip Files Mask=2
  177. Ignore Attributes=16
  178. Reverse Filters=0
  179.  
  180. # Include Read-Only & Hidden along with any other attribute
  181. Skip Files Mask=3
  182. Ignore Attributes=52
  183. Reverse Filters=1
  184.  
  185. # Exclude Read-Only & Hidden along with any other attribute
  186. Skip Files Mask=3
  187. Ignore Attributes=52
  188. Reverse Filters=0
  189.  
  190. # Include solely Read-Only & Hidden Alone
  191. Skip Files Mask=3
  192. Ignore Attributes=16
  193. Reverse Filters=1
  194.  
  195. # Exclude solely Read-Only & Hidden
  196. Skip Files Mask=3
  197. Ignore Attributes=16
  198. Reverse Filters=0
  199.  
  200. # Include Read-Only, Hidden, & System along with any other attribute
  201. Skip Files Mask=7
  202. Ignore Attributes=48
  203. Reverse Filters=1
  204.  
  205. # Exclude Read-Only, Hidden, & System along with any other attribute
  206. Skip Files Mask=7
  207. Ignore Attributes=48
  208. Reverse Filters=0
  209.  
  210. # Include solely Read-Only, Hidden, & System
  211. Skip Files Mask=7
  212. Ignore Attributes=16
  213. Reverse Filters=1
  214.  
  215. # Exclude solely Read-Only, Hidden, & System
  216. Skip Files Mask=7
  217. Ignore Attributes=16
  218. Reverse Filters=0
  219.  
  220. # Include files with No Attribute Setting
  221. Skip Files Mask=0
  222. Ignore Attributes=16
  223. Reverse Filters=1
  224.  
  225. # Exclude files with No Attribute Setting
  226. Skip Files Mask=0
  227. Ignore Attributes=16
  228. Reverse Filters=0
  229.